Fix push/jmp/call <reg/mem> to check whether the operand is register
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 27 Mar 2007 10:20:55 +0000 (11:20 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 27 Mar 2007 10:20:55 +0000 (11:20 +0100)
commit8f5c223257a1999d1055b6bebe076a3fcbe88aff
tree17d9b5a64da6e322c52ce449315d4fc60d2f7b40
parent38ef20418f0258392db499fe772a3abea23a6835
Fix push/jmp/call <reg/mem> to check whether the operand is register
or memory when expanding the operand to 8 bytes on x86/64.

Based on original patch by Dexuan Cui <dexuan.cui@intel.com>

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/x86_emulate.c